home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gBeenThere, gVoiceFlag
- if gBeenThere = 0 then
- if gVoiceFlag = 0 then
- puppetSound("SubMain.aif")
- set gVoiceFlag to 1
- end if
- set gBeenThere to 1
- end if
- end
-
- on exitFrame
- timeOutCheck()
- Rollovers()
- go(the frame)
- end
-
- on Rollovers
- if rollOver(10) then
- set the castNum of sprite 8 to the number of member "Cosmic_HL.PICT"
- updateStage()
- repeat while rollOver(10)
- if the mouseDown then
- exit
- end if
- end repeat
- exit
- end if
- if rollOver(11) then
- set the castNum of sprite 8 to the number of member "Heroes_HL.PICT"
- updateStage()
- repeat while rollOver(11)
- if the mouseDown then
- exit
- end if
- end repeat
- exit
- end if
- if rollOver(12) then
- set the castNum of sprite 8 to the number of member "Carnival_HL.PICT"
- updateStage()
- repeat while rollOver(12)
- if the mouseDown then
- exit
- end if
- end repeat
- exit
- end if
- if rollOver(13) then
- set the castNum of sprite 8 to the number of member "Crew_HL.PICT"
- updateStage()
- repeat while rollOver(13)
- if the mouseDown then
- exit
- end if
- end repeat
- exit
- end if
- if rollOver(14) then
- set the castNum of sprite 8 to the number of member "Zoo_HL.PICT"
- updateStage()
- repeat while rollOver(14)
- if the mouseDown then
- exit
- end if
- end repeat
- exit
- end if
- set the castNum of sprite 8 to the number of member "All_Up.PICT"
- updateStage()
- end
-